golang.org/x/net/http2.stream.inflow (field)

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L658: 	inflow           inflow  // what the client is allowed to POST/etc to us
		server.go#L1899: 		if !takeInflows(&sc.inflow, &st.inflow, f.Length) {
		server.go#L2200: 	st.inflow.init(sc.initialStreamRecvWindowSize)
		server.go#L2514: 		send = st.inflow.add(n)